home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Grand Slam 3
/
Grand Slam 3.iso
/
002
/
newsc2_0.arj
/
NEWSCAST.CFG
< prev
next >
Wrap
Text File
|
1995-07-08
|
5KB
|
266 lines
; ┌─────────────────────────────────────────────────────────────────────┐
; │ │
; │ NEWSCAST.EXE - Copyright 1994 Colin Birch │
; │ │
; │ The Dog House BBS +44 443 400327 (0443) 400327 │
; │ │
; │ 24hrs 2400 - 28800 VFast Fidonet 2:442/618 │
; │ │
; │ │
; │ Registration ONLY £5-00 │
; │ │
; │ │
; └─────────────────────────────────────────────────────────────────────┘
;
; Shall NEWSCAST insert a screenclearing code at the top of the files ?
;
CLRSCREEN Y
;
; Do you want the newest bulletins displayed first ?
;
NEWESTONTOP Y
;
; What characters separate the individual bulletins?
;
DIVIDER @@@
;
; Do you want the "Press <RETURN> to continue" prompt at the end of the list
;
ENTERPROMPT Y
;
; What colour is the Press - to continue
;
PRESSCOLOUR 7
;
; what colour is the <ENTER>
;
ENTERCOLOUR 14
;
; What should the .ASC and ANS files be called?
; DO NOT add extensions
;
FILENAME NEWS
;
; FULL Name of text file to read in
; DO add extension
;
INFILENAME NEWS.TXT
;
; Colours
;
; Colour for the box and lines at every header
BOXCOLOUR 2
; Colour for the date in the header
DATECOLOUR 14
; Colour for the text in the header
HEADERCOLOUR 15
; Colour for the normal text
TEXTCOLOUR 7
;
; Do you want each entry numbered ?
;
ENTRYNUMBERED Y
;
; Reverse numbering? Highest number 1st = Y
;
REVENTRYNUMBERED Y
;
; Select box type from the following
;
; BOXTYPE 1
;
; ╓───────────────────╖
; ║ DATE HEADER ║
; ╙───────────────────╜
;
; BOXTYPE 2
;
; ╓───────────────────╖
; ║ DATE HEADER ╟────────────────────────────────────────────────────
; ╙───────────────────╜
;
; BOXTYPE 3
;
; ╒═══════════════════╕
; │ DATE HEADER │
; ╘═══════════════════╛
;
; BOXTYPE 4
;
; ╒═══════════════════╕
; │ DATE HEADER ├────────────────────────────────────────────────────
; ╘═══════════════════╛
;
; BOXTYPE 5
;
; ╔═══════════════════╗
; ║ DATE HEADER ║
; ╚═══════════════════╝
;
; BOXTYPE 6
;
; ╔═══════════════════╗
; ║ DATE HEADER ╟────────────────────────────────────────────────────
; ╚═══════════════════╝
;
BOXTYPE 6
;
; Note registered users only.
; To have the box centralised add C after the boxtype
; BOXTYPE 6C
;
;
; The rest are for registered users only!
; Use BOXTYPE U for user defined box without ~tail~
; or BOXTYPE T for user defined box with ~tail~
; and enter characters for box below as in the example
BOXTOP ┌─┐
BOXMID
BOXBTM └─┘
; above would display following
; ┌─────────────────────────┐
; DATE Header text
; └─────────────────────────┘
; or with ~tail~ ┌─────────────────────────┐
; DATE Header text ──────────────────────────
; └─────────────────────────┘
;
; Date format for output
;
; 1 = DD-MM-YEAR (30-03-1994)
; 2 = DD-MONTH-YEAR (30-Mar-1994)
; 3 = MM-DD-YEAR (03-30-1994)
; 4 = MONTH-DD-YEAR (Mar-03-1994)
DATEFORMAT 2
;
; Your date format ( the format you have used in your text file )
;
YOURFORMAT 1
;
; Delete entries older than X days - use 0 to disable
;
DELENTRY 0
;
; Delete from original text file also ?
;
DELFILE Y
;
; Copy files to another directory when finished ?
;
FILECOPY N
;
; Directory path to copy files to
;
PATH C:\RA\TXTFILES
; Copy files to ALTNEWS.A?? files ?
;
ALTNEWS Y
;
; Preview finished files ?
;
PREVIEW Y
;
; Reg user name
;
REGUSER COLIN BIRCH
;
; Reg users post code (zip code)
;
POSTCODE CF37 2AA
;
; text for top line of file - max length 78 characters
;
REGTEXT This will be displayed on the top line of the news lists
; colour format for use in text file (reg only)
; text {XXYYZ} coloured text {0} more text
; where XX = Background colour
; YY = Text colour
; Z = Flash on/off - 1 = Flash on | 0 = Flash off
; {0} resets to normal text colour
; ┌──────────────────────────────────────────────────────────────────────────┐
; │ NEWSCAST.EXE Copyright 1994 Colin Birch │
; └──────────────────────────────────────────────────────────────────────────┘